#127 closed defect (released)
debug build omits _d suffix for python extensions
Reported by: | Mark Hammond | Owned by: | Charlie Hull |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | MSVC makefiles | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Richard Boulton | Blocked By: | |
Blocking: | Operating System: | All |
Description
If you build passing DEBUG to Python, you must link with the debug lib, and the basename of the module must end with '_d'. Attaching a patch to fix this.
Attachments (1)
Change History (7)
by , 18 years ago
Attachment: | win32_bindings_python.patch added |
---|
comment:2 by , 18 years ago
Applied, please close this bug (Charlie or Mark) when you've checked that this resolves the issue correctly.
comment:3 by , 18 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 18 years ago
Operating System: | → All |
---|---|
Resolution: | verified → released |
Fixed in 1.0.0 release.
Note:
See TracTickets
for help on using tickets.
as described