Search code examples
Add a new cpython keyword...


pythonpython-3.xcpython

Read More
pybind11: add callback function for "module constructor"...


pythoncpythonpybind11

Read More
Why is list(x for x in a) faster for a=[0] than for a=[]?...


pythonperformancecpythonpython-internals

Read More
Can I view intermediate results of lexer and parser in Python?...


pythonpython-3.xparsingcpythonlexer

Read More
Loop behavior in python...


pythonloopsoperatorsincrementcpython

Read More
Allow reserved key words as methods in CPython...


pythonsyntax-errorcpythonpyodide

Read More
The string 'in' operator in CPython...


pythonpython-3.xstringalgorithmcpython

Read More
`setattr` fails with `AttributeError` in CPython?...


pythonpython-3.xcpython

Read More
Why is CPython not using `sphinx.autodoc` for the standard library?...


pythonpython-sphinxcpythonautodoc

Read More
Can a native extension support multiple modules?...


pythonpython-modulecpythonpython-c-api

Read More
Can I apply multithreading for computationally intensive task in python?...


pythonmultithreadingcpythongil

Read More
Why does raising an exception invoke __subclasscheck__?...


pythonpython-3.xexceptioncpython

Read More
CPython API - Error (exit code -1073741819) with Py_BuildValue()...


pythonccpython

Read More
Pybind11: Why doesn't asyn call from Python execute the callbacks properly in C++?...


pythonc++cpythonpybind11

Read More
Error when Compiling CPython: C2440 'function': cannot convert from 'PyObject' to Py...


ccpython

Read More
Error when compiling CPython: Cannot Convert from PyLongObject to PyObject...


pythonccpython

Read More
how to install networkx package on CPython...


installationnetworkxcpython

Read More
Verifying Python reference count when sending list as parameter...


pythonc++cpython

Read More
Why and where python interned strings when executing `a = 'python'` while the source code do...


pythonpython-c-apicpython

Read More
How to share a C-singleton between multiple C-extensions...


pythonccythonsetuptoolscpython

Read More
Why might a C-based Python extension always return the same value?...


pythoncpython-3.xcpython

Read More
Using nonlocal inside exec...


pythonpython-3.xcpythonpython-execpython-nonlocal

Read More
Is it true that in multiprocessing, each process gets it's own GIL in CPython? How different is ...


pythonmultiprocessingcpucpythongil

Read More
Compilation to Bytecode, Java vs Python. What is the reason for the difference in time taken?...


javapythoncompilationjvmcpython

Read More
How does importlib.h generated from importlib._bootstrap in Cpython?...


importcpython

Read More
Would I consume less electricity by choosing to run my software with PyPy3 over Cpython3?...


juliacpu-usagejitcpythonpypy

Read More
Python 2.7.X to 2.7.Y compatibility...


pythonpython-2.7compatibilitybytecodecpython

Read More
Calling PyObject_CallMethod with a single tuple unpacks arguments?...


pythoncpython

Read More
Obtain a native method instance that binds a built-in function...


pythoncpython

Read More
Memory leak when embedding python into my application...


pythonc++memory-leakspython-c-apicpython

Read More
BackNext