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 graingert
Recipients graingert, rhettinger, ztane
Date 2021-07-27.10:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627381736.92.0.637471755955.issue43468@roundup.psfhosted.org>
In-reply-to
Content
> using a per-descriptor `WeakKeyDictionary` to map the instance to locks (which would of course not work - is there any way to map unhashable instances weakly?)

there's an issue for that too: https://bugs.python.org/issue44140
History
Date User Action Args
2021-07-27 10:28:56graingertsetrecipients: + graingert, rhettinger, ztane
2021-07-27 10:28:56graingertsetmessageid: <1627381736.92.0.637471755955.issue43468@roundup.psfhosted.org>
2021-07-27 10:28:56graingertlinkissue43468 messages
2021-07-27 10:28:56graingertcreate