mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
dcb68f47f7
Fix a crash in slice_richcompare(): use strong references rather than stolen references for the two temporary internal tuples. The crash (or assertion error) occurred if a garbage collection occurred during slice_richcompare(), especially while calling PyObject_RichCompare(t1, t2, op).
Source files for various builtin objects