1. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 17 years ago
  2. b62efad Document the crashers that will not go away soon as "won't fix", by Armin Rigo · 18 years ago
  3. 5a9a2a3 Added another crasher, which hit me today (I was not intentionally by Armin Rigo · 18 years ago
  4. 4df7c0a Document why is and is not a good way to fix the gc_inspection crasher. by Armin Rigo · 18 years ago
  5. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 18 years ago
  6. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 18 years ago
  7. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 18 years ago
  8. ea3912b If a classic class defined a __coerce__() method that just returned its two by Brett Cannon · 18 years ago
  9. 22565aa An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. by Brett Cannon · 18 years ago
  10. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 18 years ago
  11. 7e97ee6 A dictresize() attack. If oldtable == mp->ma_smalltable then pure by Armin Rigo · 18 years ago
  12. 15b1f14 add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. by Michael W. Hudson · 18 years ago
  13. 38a76a1 Copy note from leakers README here too. We want to keep all test cases. by Neal Norwitz · 18 years ago
  14. 1a57296 Set svn:eol-style to native. by Tim Peters · 18 years ago
  15. b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 19 years ago
  16. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  17. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  18. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago