Opened 12 years ago
Closed 12 years ago
#4994 closed Patches (fixed)
Fix compile error with Python 3.2
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | To Be Determined | Component: | python USE GITHUB |
Version: | Boost 1.45.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
The type passed to PyUnicode_AsWideChar appears to have changed from PyUnicodeObject *
to PyObject *
.
Attachments (2)
Change History (3)
by , 12 years ago
Attachment: | compile-fix-for-Python32.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Pass the correct type