Search code examples
PyRun_SimpleString is blocking whenever import is used, never returns...


pythonc++cpython

Read More
Isn't CPython's str.join() a little inefficient?...


pythonperformancecpythonpython-internals

Read More
Reproduce effects of Python 3.3 __qualname__ in earlier Pythons...


pythonpython-2.7python-3.xcpython

Read More
Extracting SWIG wrapped C++ instance/pointer for use in Cython...


pythonc++swigcythoncpython

Read More
Multiple python 2.7 versions on windows...


pythonpython-2.7cpython

Read More
How python variables look like in memory...


pythonpython-2.7cpython

Read More
How to break a direct reference cycle in CPython...


pythonpython-2.7python-c-apicpythonreference-counting

Read More
Simplify statement '.'.join( string.split('.')[0:3] )...


pythoncythoncpythonnumbaparakeet

Read More
Python Threads are not Improving Speed...


pythonmultithreadingcpythongil

Read More
PyPy cpyext: any documentation? how to use? PyThreadState_Get error?...


cpythonpypy

Read More
Refreshing a import in C embedded python...


pythonc++cvisual-studio-2010cpython

Read More
Does CPython guarantee that dict.keys has the same order as dict.values?...


pythoncpython

Read More
How does module loading work in CPython?...


pythonpython-importcpythondynamic-loadingpython-internals

Read More
Can I treat IronPython as a Pythonic replacement to C#?...


python.netironpythoncpythonpython.net

Read More
Why does Python's max() function place a low value on strings with a leading space?...


pythonpython-2.7cpython

Read More
Chaining generators considered harmful?...


pythonmemorygeneratorcpythonpypy

Read More
How do CPython and PyPy decide when to resize a set?...


pythonsetcpythonpypypython-internals

Read More
Python read unicode stdin without batching...


pythonpython-2.7cpython

Read More
__builtin__.iterator does not exist?...


pythonpython-2.7cpython

Read More
Slice endpoints invisibly truncated...


pythonpython-2.7cpython

Read More
Python GIL: concurrent C++ embed...


pythonc++multithreadingcpythongil

Read More
Is it REALLY true that Python code runs faster in a function?...


pythonperformanceprofilingbenchmarkingcpython

Read More
Returning Cython array...


pythonc++cythoncpython

Read More
Passing line number to embedded Python interpreter...


pythoncpython-3.xpython-c-apicpython

Read More
sum function vs long addition...


pythonperformancecpythonbuilt-in

Read More
How is string multiplication implemented in CPython?...


pythonstringmultiplicationcpython

Read More
How can we pass a C structure to Python?...


pythonccpython

Read More
Multiply function slower in Numba than CPython...


pythonperformancecpythonnumba

Read More
tuple identity when calling tuple on a tuple...


pythoncpythonpython-internals

Read More
Argument Unpacking wastes Stack Frames...


pythonrecursioncpythonpython-internals

Read More
BackNext