This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author colesbury
Recipients colesbury
Date 2021-11-15.19:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The attached patch (issue45809-repro.patch) introduces artificial delays to make reproduction of the underlying issue easier.

To reproduce the issue:
  
  patch -p1 < issue45809-repro.patch
  ./python -m test test_weakref -m test_threaded_weak_value_dict_deepcopy -v
History
Date User Action Args
2021-11-15 19:05:22colesburysetrecipients: + colesbury
2021-11-15 19:05:22colesburysetmessageid: <[email protected]>
2021-11-15 19:05:22colesburylinkissue45809 messages
2021-11-15 19:05:22colesburycreate