summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_opcache.py
Commit message (Expand)AuthorAgeFilesLines
* gh-109721: Guard `_testinternalcapi` imports in tests (GH-109722)Nikita Sobolev2023-09-221-2/+6
* gh-108311: Fix test_store_attr_with_hint by disabling optimizer in decorator ...Guido van Rossum2023-08-251-0/+14
* GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (...Mark Shannon2023-08-101-0/+121
* GH-106485: Dematerialize instance dictionaries when possible (GH-106539)Brandt Bucher2023-08-091-2/+6
* GH-106214: Fix `test_opcache` to skip threaded tests on non-threaded platform...Hood Chatham2023-06-281-0/+2
* Test specialization's thread-safety (GH-105953)Brandt Bucher2023-06-221-1/+511
* GH-105840: Fix assertion failures when specializing calls with too many __def...Brandt Bucher2023-06-161-0/+29
* gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)Carl Meyer2023-04-251-0/+23
* GH-99257: Check the owner's type when specializing slots (GH-99258)Brandt Bucher2022-11-101-0/+67
* GH-94822: Don't specialize when metaclasses are involved (GH-94892)Brandt Bucher2022-07-181-0/+344
* bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)Pablo Galindo2020-11-051-0/+23