mirror of
https://github.com/python/cpython.git
synced 2026-02-26 17:11:05 +00:00
The call to `PySequence_List()` could temporarily unlock and relock the
set, allowing the items to be cleared and return the incorrect
notation `{}` for a empty set (it should be `set()`).
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_code.py | ||
| test_dict.py | ||
| test_gc.py | ||
| test_list.py | ||
| test_monitoring.py | ||
| test_set.py | ||
| test_slots.py | ||
| test_str.py | ||
| test_tokenize.py | ||
| test_type.py | ||