[issue21226] PyImport_ExecCodeModuleObject not setting module attributes

Eric Snow report at bugs.python.org
Sat Apr 19 09:49:57 CEST 2014


Eric Snow added the comment:

Here's a (currently segfaulting) patch that demonstrates how I'd like to solve this.  Feedback on the approach is welcome. :)  When I get a chance I'll debug the segfault.

----------
assignee:  -> eric.snow
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file34971/fix-PyImport_ExecCodeModuleObject.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21226>
_______________________________________


More information about the Python-bugs-list mailing list