[Python-porting] Porting 2.1 to 2.7 without source

Lennart Regebro regebro at gmail.com
Sat Mar 12 19:46:30 CET 2011


On Sat, Mar 12, 2011 at 07:01, Paulo Levi <i30817 at gmail.com> wrote:
> One error in special is bothering me, since it appears to be caused by
> changes to the PyTypeObject struct. Whenever one of the "cvar" objects that
> troika binded to the half life 2 engine gets to a certain level of the
> scripting engine, a pagefault is almost inevitable.

Wild guess: Could this have something to do with the changes to
conform with aliasing rules?

http://www.python.org/dev/peps/pep-3123/


More information about the Python-porting mailing list