| commit | 4585ca9428fbe8cae40566d8642c855b0d24a780 | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Sat Apr 18 20:50:24 2009 +0000 |
| committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 18 20:50:24 2009 +0000 |
| tree | f27f6082a91865b508ccb81be8077c1c817bb5be | |
| parent | 9ea1852fb54b3c5908c59a3fbd1475834b72dc56 [diff] |
Merged revisions 71722,71725 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71722 | benjamin.peterson | 2009-04-18 15:12:47 -0500 (Sat, 18 Apr 2009) | 1 line try to initalize all builtin types with PyType_Ready to avoid problems like #5787 ........ r71725 | benjamin.peterson | 2009-04-18 15:25:25 -0500 (Sat, 18 Apr 2009) | 1 line initalize -> initialize ........