[Patches] [Patch #101145] co_flags fix for classes generated by Tools/compile.py

noreply@sourceforge.net noreply@sourceforge.net
Sat, 12 Aug 2000 12:03:05 -0700


Patch #101145 has been updated. 

Project: 
Category: demos and tools
Status: Closed
Summary: co_flags fix for classes generated by Tools/compile.py

Follow-Ups:

Date: 2000-Aug-10 11:29
By: nascheme

Comment:
With this patch the compiler can repeatedly compile itself, even with
Python 1.5.2.  Without it classes do not get their own __dict__s and things go
badly wrong.
-------------------------------------------------------

Date: 2000-Aug-12 12:03
By: twouters

Comment:
Accepted & applied (checking in in a minute.)

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101145&group_id=5470