[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads by DinoV · Pull Request #2015 · python/cpython

DinoV

multi-threaded scenarios involving deletion of code objects

DinoV changed the title Move co_extra_freefuncs to interpreter state to avoid crashes in Move co_extra_freefuncs to interpreter state to avoid crashes in (bpo-30604)

Jun 8, 2017

brettcannon changed the title Move co_extra_freefuncs to interpreter state to avoid crashes in (bpo-30604) bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads

Jun 8, 2017

brettcannon changed the title bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads Move co_extra_freefuncs to interpreter state to avoid crashes in threads

Jun 8, 2017

brettcannon changed the title Move co_extra_freefuncs to interpreter state to avoid crashes in threads bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads

Jun 8, 2017

brettcannon changed the title bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads Move co_extra_freefuncs to interpreter state to avoid crashes in threads

Jun 8, 2017

brettcannon changed the title Move co_extra_freefuncs to interpreter state to avoid crashes in threads bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads

Jun 8, 2017

1st1 approved these changes Jun 8, 2017

Dino Viehland added 2 commits

June 8, 2017 16:01

Add new linked list of code extra objects on a per-interpreter basis
  so that interpreter state size isn't changed

Dino Viehland and others added 4 commits

June 12, 2017 14:54
Fix sort order of import's in test_code.py

Closed