Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Open
Description
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee='https://github.com/applio'closed_at=Nonecreated_at=<Date2019-09-11.15:58:26.817>labels= ['3.8','type-bug','library','3.9','3.10']title='resource tracker destroys shared memory segments when other processes should still have valid access'updated_at=<Date2022-02-10.20:53:56.777>user='https://github.com/applio'
bugs.python.org fields:
activity=<Date2022-02-10.20:53:56.777>actor='maggyero'assignee='davin'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Library (Lib)']creation=<Date2019-09-11.15:58:26.817>creator='davin'dependencies= []files= ['49859']hgrepos= []issue_num=38119keywords= ['patch']message_count=14.0messages= ['351960','352050','374434','374939','374944','374951','374954','374956','374958','374974','387606','388287','390198','412440']nosy_count=12.0nosy_names= ['pitrou','steve.newcomb','turicas','davin','pablogsal','maggyero','vinay0410','damian.barabonkov','keven425','davfelsen','jdogzz-g5','timka']pr_nums= ['15989','21516','23174']priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype='behavior'url='https://bugs.python.org/issue38119'versions= ['Python 3.8','Python 3.9','Python 3.10']
TODO list:
- Add a
track=Trueparameter to SharedMemory (gh-82300: Add track parameter to shared memory #110778 did this) so it can be disabled by the user. - It still needs covering in the What's New in 3.13 documentation.
- Verify and make other documentation improvements as necessary as alluded by@ambv below inresource tracker destroys shared memory segments when other processes should still have valid access #82300 (comment) - It sounded like we've got docs implying that resources outlive the processby default which was not what the implementation ever did.
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
In Progress