Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ericsnowcurrently/multi-core-python issues and pull requests
#83 - Sync Up With Current Status
Issue -
State: open - Opened by ericsnowcurrently about 1 year ago
#82 - Track Collaborations More Prominently
Issue -
State: open - Opened by ericsnowcurrently about 1 year ago
#81 - what's the story on error handling and cancellation?
Issue -
State: open - Opened by ckp95 over 1 year ago
#80 - Move the global runtime config to _PyRuntimeState
Issue -
State: open - Opened by ericsnowcurrently over 2 years ago
- 1 comment
#79 - PEP for Per-Interpreter GIL
Issue -
State: open - Opened by ericsnowcurrently over 2 years ago
- 7 comments
#78 - Up-to-date TODO list for per-interpreter GIL.
Issue -
State: open - Opened by ericsnowcurrently over 2 years ago
- 2 comments
#77 - PEP about interpreter isolation
Issue -
State: closed - Opened by ericsnowcurrently almost 3 years ago
- 6 comments
#76 - Python 3.10
Issue -
State: open - Opened by satishdash over 3 years ago
- 1 comment
#75 - mutilcorevm: global variable next_version_tag cause method cache bug
Issue -
State: closed - Opened by JunyiXie over 3 years ago
#74 - use thread-specific data tstate before key create .
Issue -
State: closed - Opened by JunyiXie over 3 years ago
- 2 comments
#73 - feature: support pymalloc for subinterpreters. each subinterpreter has pymalloc_state
Issue -
State: closed - Opened by JunyiXie over 3 years ago
- 1 comment
#72 - About PyEval use tstate->interp->runtime->gilstate
Issue -
State: closed - Opened by JunyiXie over 3 years ago
- 6 comments
#71 - Idea: Define an opt-in C-API subset usable with per-interpreter GIL
Issue -
State: open - Opened by encukou almost 4 years ago
- 2 comments
Labels: status: backburner
#70 - About todos: GC and pymalloc
Issue -
State: closed - Opened by JunyiXie almost 4 years ago
- 2 comments
#69 - Clarify what is a "sub-interpreter" and what is an "interpreter".
Issue -
State: open - Opened by markshannon about 4 years ago
- 12 comments
#68 - _ast allows smuggling objects across subinterpreters
Issue -
State: open - Opened by encukou about 4 years ago
#67 - (Wiki) Add to “Interested Parties”: Embed as per-thread scripting
Issue -
State: open - Opened by connorjak about 4 years ago
#66 - Is it still possible that the PEP 554 appears in Python 3.9?
Issue -
State: open - Opened by mkueh over 4 years ago
- 8 comments
#65 - Identify any problems with using the stdlib in subinterpreters.
Issue -
State: open - Opened by ericsnowcurrently over 4 years ago
- 1 comment
#64 - Interpreter.run() should also accept a function, a method or a code object
Issue -
State: open - Opened by thedrow over 4 years ago
- 1 comment
#63 - Learn lessons from the PyParallel project
Issue -
State: open - Opened by thedrow over 4 years ago
- 11 comments
#62 - Language Summit talk (PyCon 2020)
Issue -
State: closed - Opened by ericsnowcurrently almost 5 years ago
- 7 comments
#61 - Erlang/Elixir/BEAM
Issue -
State: open - Opened by idahogray almost 5 years ago
- 1 comment
#60 - Question: How is the project coming along?And How do We join it?
Issue -
State: closed - Opened by Rocky5241 almost 5 years ago
- 1 comment
#59 - Avoid increment refcnt before creating its mutex.
Issue -
State: closed - Opened by ericsnowcurrently about 5 years ago
- 1 comment
#58 - FIX a memory leak
Issue -
State: closed - Opened by ericsnowcurrently about 5 years ago
- 1 comment
#57 - Lingering subinterpreters should be implicitly cleared on shutdown
Issue -
State: open - Opened by ericsnowcurrently about 5 years ago
- 3 comments
#56 - Crash with subinterpreters and Py_NewInterpreter()
Issue -
State: closed - Opened by ericsnowcurrently about 5 years ago
- 5 comments
#55 - Add a "Key Collaborators" section to the README.
Pull Request -
State: closed - Opened by ericsnowcurrently about 5 years ago
#54 - Get Cython to produce subinterpreter-compatible extensions.
Issue -
State: open - Opened by ericsnowcurrently about 5 years ago
- 3 comments
#53 - A guide for PEP384 and static free C Extensions
Issue -
State: open - Opened by eduardo-elizondo about 5 years ago
- 3 comments
#52 - Low level functionality for listing interpreters associated with a channel
Issue -
State: closed - Opened by nanjekyejoannah about 5 years ago
- 6 comments
Labels: X [stdlib API], type: enhancement, size: small, complexity: low
#51 - Question: Channels will never support queue-like polling interface?
Issue -
State: open - Opened by dumblob about 5 years ago
- 1 comment
#50 - Validate results from `Tools/c-analyzer/c-statics.py` using other tools.
Issue -
State: open - Opened by ericsnowcurrently over 5 years ago
Labels: X [isolation], X [runtime], P1, type: code health, URGENT, status: blocked, size: medium, complexity: medium
#49 - Non-critical deficiencies in `Tools/c-globals/c-globals.py`.
Issue -
State: open - Opened by ericsnowcurrently over 5 years ago
Labels: X [isolation], X [runtime], P1, type: code health, status: blocked, size: medium, complexity: medium
#48 - `Tools/c-globals/check-c-statics.py` should pass without any ignored globals.
Issue -
State: open - Opened by ericsnowcurrently over 5 years ago
Labels: X [isolation], X [runtime], P1, type: code health, URGENT, status: blocked, size: large, complexity: medium
#47 - Critical deficiencies in `Tools/c-globals/check-c-globals.py`.
Issue -
State: open - Opened by ericsnowcurrently over 5 years ago
Labels: X [isolation], X [runtime], P0, type: code health, URGENT, size: medium, complexity: medium
#46 - Can't unpickle objects defined in __main__
Issue -
State: open - Opened by crusaderky over 5 years ago
- 9 comments
#45 - concurrent.futures.InterpreterPoolExecutor
Issue -
State: closed - Opened by crusaderky over 5 years ago
- 2 comments
#44 - Disallow fork in a subinterpreter.
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 10 comments
Labels: X [isolation], P1, type: bug, size: small, complexity: low
#43 - Raise the "original" exception from Interpreter.run()?
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [cross-interpreter], P2, type: enhancement, size: medium, complexity: medium
#42 - Move hash randomisation initialisation out of Python/random.c
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 2 comments
Labels: X [runtime], P2, type: bug, size: small, complexity: medium
#41 - Identify any other issues found via mod_wsgi.
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 4 comments
Labels: X [isolation], P0, size: small, complexity: low, type: community
#40 - problems when reloading C extensions
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [isolation], X [runtime], P1, type: bug, size: medium, complexity: high
#39 - C extension init races under subinterpreter
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [isolation], X [runtime], P2, type: bug, size: medium, complexity: medium
#38 - memory leaks with embedded interpreter re-init
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [isolation], X [runtime], P2, type: bug, size: small, complexity: medium, X [finalization]
#37 - readline hooks and subinterpreters
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [isolation], X [runtime], P2, type: bug, size: medium, complexity: medium
#36 - GC tied to main interpreter
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 2 comments
Labels: X [isolation], X [runtime], P2, type: bug, size: medium, complexity: high
#35 - Migrate _testembed to a C unit testing library.
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: P2, type: code health, size: medium, complexity: medium, X [testing]
#34 - per-interpreter: GIL (from ceval)
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [isolation], X [runtime], P1, type: enhancement, status: blocked, size: large, complexity: high
#33 - re-assess global state
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [isolation], X [runtime], P0, type: code health, URGENT, size: small, complexity: low
#32 - per-interpreter: tracing flag (from ceval)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 5 comments
Labels: X [isolation], X [runtime], P1, type: enhancement, size: small, complexity: low
#31 - per-interpreter: eval breaker flag (from ceval)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
Labels: X [isolation], X [runtime], P1, type: enhancement, size: small, complexity: low
#30 - per-interpreter: memory allocators
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 6 comments
Labels: X [isolation], X [runtime], P1, type: enhancement, size: large, complexity: high
#29 - per-interpreter: gc
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 2 comments
Labels: X [isolation], X [runtime], P1, type: enhancement, size: large, complexity: high
#28 - per-interpreter: warnings
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 2 comments
Labels: X [isolation], X [runtime], P1, type: enhancement, size: small, complexity: medium
#27 - per-interpreter: gilstate
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [isolation], X [runtime], P1, type: enhancement, size: small, complexity: medium
#26 - per-interpreter: atexit
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [isolation], X [runtime], P1, type: enhancement, size: small, complexity: medium
#25 - fix atexit under subinterpreters
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [runtime], P2, type: bug, size: small, complexity: low
#24 - per-interpreter: pending calls (from ceval state)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 7 comments
Labels: X [isolation], X [runtime], P1, type: enhancement, size: medium, complexity: medium
#23 - pending calls: circular buffer -> linked list
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: P2, type: code health, size: small, complexity: medium
#22 - use subinterpreters better in tests (esp. in regrtest)
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: P1, type: code health, status: blocked, size: medium, complexity: medium, X [testing]
#21 - implement PEP 554 for use in test suite
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 6 comments
Labels: X [stdlib API], P1, type: code health, size: small, complexity: low, X [testing]
#20 - PEP 554 (text) updates
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 3 comments
Labels: P0, URGENT, size: small, complexity: low, type: community
#19 - channel_send_wait()
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 17 comments
Labels: X [cross-interpreter], X [stdlib API], P1, type: enhancement, size: medium, complexity: medium
#18 - buffers in channels
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
Labels: X [cross-interpreter], X [stdlib API], P1, type: enhancement, size: medium, complexity: medium
#17 - Provide a traceback (and proxy) for propagated exceptions.
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 2 comments
Labels: X [cross-interpreter], P1, type: enhancement, size: medium, complexity: medium
#16 - marketing (convince Guido)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: P0, URGENT, size: small, complexity: medium, type: community
#15 - Coallesce PyCon notes
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: P0, URGENT, size: small, complexity: medium, type: community
#14 - improve test coverage for subinterpreters
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: P1, type: code health, size: medium, complexity: low, X [testing]
#13 - intermittent test failures
Issue -
State: open - Opened by ericsnowcurrently about 6 years ago
- 3 comments
Labels: P2, type: bug, size: small
#12 - ID-related test failures (on some buildbots)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], P0, type: bug
#11 - crashes on x86 Gentoo Refleaks 3.x (and others)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], P0, type: bug
#10 - implement force-closing channels
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], X [stdlib API], type: enhancement
#9 - improve subinterpreter tests
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], type: code health, X [testing]
#8 - drop _xxsubinterpreters (etc.) from 3.7
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: type: code health
#7 - swap threads only if different interpreter
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], type: code health
#6 - clean up subinterpreters before runtime finalization
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [runtime], type: code health
#5 - add Windows build support
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: type: code health
#4 - wrong keyword list entries in channel_drop_interpreter:
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], P0, type: bug
#3 - memory leaks (coverity)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], P0, type: bug
#2 - test failures (on some buildbots)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], P0, type: bug
#1 - add low-level module (_xxsubinterpreters)
Issue -
State: closed - Opened by ericsnowcurrently about 6 years ago
- 1 comment
Labels: X [cross-interpreter], X [stdlib API], X [runtime], type: enhancement, X [testing]