]> granicus.if.org Git - python/commit
Add new flags for PyType_Ready(): READY to explicitly indicate the
authorGuido van Rossum <guido@python.org>
Fri, 10 Aug 2001 17:37:02 +0000 (17:37 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Aug 2001 17:37:02 +0000 (17:37 +0000)
commit9b9c972abeed3f2d5fa50a98fed44b51103b3796
tree847af26b4ae55b5cf706a0e0ad27ad9662464f0a
parent6d8d72b0cb26b9d7ccb7e264046cf531a86d0c66
Add new flags for PyType_Ready(): READY to explicitly indicate the
type is ready, and READYING to indicate that it is busy with the type.

A recursive call is a fatal error.
Include/object.h