issues
search
ericsnowcurrently
/
multi-core-python
Enabling CPython multi-core parallelism via subinterpreters.
BSD 3-Clause "New" or "Revised" License
245
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Sync Up With Current Status
#83
ericsnowcurrently
opened
1 year ago
0
Track Collaborations More Prominently
#82
ericsnowcurrently
opened
1 year ago
0
what's the story on error handling and cancellation?
#81
ckp95
opened
1 year ago
0
Move the global runtime config to _PyRuntimeState
#80
ericsnowcurrently
opened
2 years ago
1
PEP for Per-Interpreter GIL
#79
ericsnowcurrently
opened
2 years ago
7
Up-to-date TODO list for per-interpreter GIL.
#78
ericsnowcurrently
opened
2 years ago
2
PEP about interpreter isolation
#77
ericsnowcurrently
closed
2 years ago
6
Python 3.10
#76
satishdash
opened
3 years ago
1
mutilcorevm: global variable next_version_tag cause method cache bug
#75
JunyiXie
closed
3 years ago
0
use thread-specific data tstate before key create .
#74
JunyiXie
closed
3 years ago
2
feature: support pymalloc for subinterpreters. each subinterpreter has pymalloc_state
#73
JunyiXie
closed
3 years ago
1
About PyEval use tstate->interp->runtime->gilstate
#72
JunyiXie
closed
3 years ago
6
Idea: Define an opt-in C-API subset usable with per-interpreter GIL
#71
encukou
opened
3 years ago
2
About todos: GC and pymalloc
#70
JunyiXie
closed
3 years ago
2
Clarify what is a "sub-interpreter" and what is an "interpreter".
#69
markshannon
opened
4 years ago
12
_ast allows smuggling objects across subinterpreters
#68
encukou
opened
4 years ago
0
(Wiki) Add to “Interested Parties”: Embed as per-thread scripting
#67
connorjak
opened
4 years ago
0
Is it still possible that the PEP 554 appears in Python 3.9?
#66
mkueh
opened
4 years ago
8
Identify any problems with using the stdlib in subinterpreters.
#65
ericsnowcurrently
opened
4 years ago
1
Interpreter.run() should also accept a function, a method or a code object
#64
thedrow
opened
4 years ago
1
Learn lessons from the PyParallel project
#63
thedrow
opened
4 years ago
11
Language Summit talk (PyCon 2020)
#62
ericsnowcurrently
closed
4 years ago
7
Erlang/Elixir/BEAM
#61
idahogray
opened
4 years ago
1
Question: How is the project coming along?And How do We join it?
#60
Rocky5241
closed
4 years ago
1
Avoid increment refcnt before creating its mutex.
#59
ericsnowcurrently
closed
5 years ago
1
FIX a memory leak
#58
ericsnowcurrently
closed
4 years ago
1
Lingering subinterpreters should be implicitly cleared on shutdown
#57
ericsnowcurrently
opened
5 years ago
3
Crash with subinterpreters and Py_NewInterpreter()
#56
ericsnowcurrently
closed
5 years ago
5
Add a "Key Collaborators" section to the README.
#55
ericsnowcurrently
closed
4 years ago
0
Get Cython to produce subinterpreter-compatible extensions.
#54
ericsnowcurrently
opened
5 years ago
3
A guide for PEP384 and static free C Extensions
#53
eduardo-elizondo
opened
5 years ago
3
Low level functionality for listing interpreters associated with a channel
#52
nanjekyejoannah
closed
4 years ago
6
Question: Channels will never support queue-like polling interface?
#51
dumblob
opened
5 years ago
1
Validate results from `Tools/c-analyzer/c-statics.py` using other tools.
#50
ericsnowcurrently
opened
5 years ago
0
Non-critical deficiencies in `Tools/c-globals/c-globals.py`.
#49
ericsnowcurrently
opened
5 years ago
0
`Tools/c-globals/check-c-statics.py` should pass without any ignored globals.
#48
ericsnowcurrently
opened
5 years ago
0
Critical deficiencies in `Tools/c-globals/check-c-globals.py`.
#47
ericsnowcurrently
opened
5 years ago
0
Can't unpickle objects defined in __main__
#46
crusaderky
opened
5 years ago
9
concurrent.futures.InterpreterPoolExecutor
#45
crusaderky
closed
5 years ago
2
Disallow fork in a subinterpreter.
#44
ericsnowcurrently
closed
5 years ago
10
Raise the "original" exception from Interpreter.run()?
#43
ericsnowcurrently
opened
6 years ago
0
Move hash randomisation initialisation out of Python/random.c
#42
ericsnowcurrently
closed
5 years ago
2
Identify any other issues found via mod_wsgi.
#41
ericsnowcurrently
opened
6 years ago
4
problems when reloading C extensions
#40
ericsnowcurrently
opened
6 years ago
0
C extension init races under subinterpreter
#39
ericsnowcurrently
opened
6 years ago
0
memory leaks with embedded interpreter re-init
#38
ericsnowcurrently
opened
6 years ago
1
readline hooks and subinterpreters
#37
ericsnowcurrently
opened
6 years ago
0
GC tied to main interpreter
#36
ericsnowcurrently
closed
4 years ago
2
Migrate _testembed to a C unit testing library.
#35
ericsnowcurrently
opened
6 years ago
0
per-interpreter: GIL (from ceval)
#34
ericsnowcurrently
opened
6 years ago
1
Next