Actions
Bug #6144
closed'saxoncee.PyXPathProcessor' object has no attribute 'thisxqptr'
Start date:
2023-07-28
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
12.3
Fixed in version:
12.4
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
The following python exception is thrown when trying to use the method PyXPathProcessor.set_langauge_version()
:
File "python_saxon/saxonc.pyx", line 3280, in saxoncee.PyXPathProcessor.set_language_version
AttributeError: 'saxoncee.PyXPathProcessor' object has no attribute 'thisxqptr'
Updated by O'Neil Delpratt over 1 year ago
- Status changed from New to Resolved
Error discovered in the QT3 test suite driver. The problem is there is a typo in the pointer variable used in set_language_version
method.
It should be thisxpptr
Bug fixed.
Updated by O'Neil Delpratt about 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 12.4
Bug fix applied in the SaxonC 12.4 Maintenance release
Please register to edit this issue
Actions