Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
This is used bylist
andtuple
internally:
>>>importsys>>>sys.getrefcount(None)== (1<<32)-1True>>>refs= [None]*42>>>sys.getrefcount(None)== (1<<32)-1False>>>delrefs>>>sys.getrefcount(None)== (1<<32)-1True
I'll have a PR up in a bit.
CC:@ericsnowcurrently,@eduardo-elizondo
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done