[pywin32-bugs] [ pywin32-Bugs-1414160 ] DDE sets off DEP (in demos and pythonwin too)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-07-12 00:41:51
|
Bugs item #1414160, was opened at 2006-01-25 11:24 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1414160&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Greg Hazel (ghazel) Assigned to: Nobody/Anonymous (nobody) Summary: DDE sets off DEP (in demos and pythonwin too) Initial Comment: running C:\Python24\Lib\site-packages\win32 \Demos\dde\ddeserver.py causes DEP to go off for python. Similarly, DEP is set off for pythonwin. If you disable the DDE stuff in pythonwin, it does not set off DEP. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2006-07-12 10:41 Message: Logged In: YES user_id=14198 Should have been fixed in 208 ---------------------------------------------------------------------- Comment By: Greg Hazel (ghazel) Date: 2006-02-03 10:55 Message: Logged In: YES user_id=731668 I found the code that triggers DEP. In pywin32\Pythonwin\stddde.cpp there is a define called _CALLHACK_. If that is commented out DDE does not set off DEP. Judging from the comments surrounding this "hack", I'd guess this is not too much of a surprise. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1414160&group_id=78018 |