Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpython

Using Py_buffer and PyMemoryView_FromBuffer with different itemsizes

Use another site-packages directory by default for setup.py install

python extension module initialisation - multiple files

python static cpython

Stackless Python development using Python Tools for Visual Studio

Difference between Python 3.7 math.remainder and %(modulo operator)

python math cpython python-3.7

Resolve a variable name given only a stack frame object

Embedding CPython: how do you constuct Python callables to wrap C callback pointers?

python c cpython python-c-api

How are mylist.reverse() and list.reverse(mylist) executed?

Performance impact of using long vs. int in Python

python performance cpython

How to use Py_AddPendingCall

Python-C Api wrapper in Objective-C crashes with call to __getattr__ when passed a Python Object

python ios objective-c c cpython

Why does separating my module into multiple files make it slower?

PyImport_ImportModule, possible to load module from memory?

Can a callout to C presize a Python dict's capacity?

python dictionary cpython

Value of Py_None

python c cpython

How math operators are identified

What is the fastest way in Cython to create a new array from an existing array and a variable

python arrays cython cpython

What is the meaning of `~` in python grammar

python parsing cpython ebnf peg

when to use an alternative Python distribution?

CPython - Internally, what is stored on the stack and heap?