StackOverflow Questions for Tag: cpython

chhantyal
chhantyal

Reputation: 12242

Why shouldn't I use PyPy over CPython if PyPy is 6.3 times faster?

Score: 822

Views: 232308

Answers: 12

Read More
Martin Todorov
Martin Todorov

Reputation: 3

Multiprocessing not working with cythonize project

Score: 0

Views: 38

Answers: 0

Read More
Stefan Pochmann
Stefan Pochmann

Reputation: 28596

How/why are {2,3,10} and {x,3,10} with x=2 ordered differently?

Score: 20

Views: 1394

Answers: 1

Read More
ohmu
ohmu

Reputation: 19752

Boolean identity == True vs is True

Score: 148

Views: 130101

Answers: 8

Read More
RBaumgar
RBaumgar

Reputation: 95

Some questions about garbage collection and reference count in CPython

Score: 4

Views: 66

Answers: 1

Read More
mantle core
mantle core

Reputation: 1

Can a simple mutex pthread_mutex be a replacement for GIL in a multithreaded Python C extension?

Score: 0

Views: 48

Answers: 1

Read More
TimothyP
TimothyP

Reputation: 21745

CPython as a library for C (To execute Python code from C)

Score: 1

Views: 217

Answers: 1

Read More
Nattōsai Mitō
Nattōsai Mitō

Reputation: 918

Will async generators that don't have 'await' in its finally-block be immediately closed when there is no reference to it in CPython?

Score: 14

Views: 1116

Answers: 1

Read More
dnessett
dnessett

Reputation: 67

Building a cpython executable using pyenv suitable for debugging in Eclipse

Score: 0

Views: 10

Answers: 0

Read More
kosciej16
kosciej16

Reputation: 7128

How does iterated application of the `+=` operator to a string variable manage to avoid quadratic complexity?

Score: 1

Views: 113

Answers: 1

Read More
user2153235
user2153235

Reputation: 1115

Spyder console: "_" stops taking last result after being assigned to

Score: 0

Views: 35

Answers: 1

Read More
rocky
rocky

Reputation: 7098

In C python, accessing the bytecode evaluation stack

Score: 12

Views: 2189

Answers: 5

Read More
Kambal
Kambal

Reputation: 51

Interpretation of the result of an expression

Score: 1

Views: 43

Answers: 0

Read More
Amir reza Riahi
Amir reza Riahi

Reputation: 2450

Why list comprehensions create a function internally?

Score: 49

Views: 3511

Answers: 3

Read More
Sumanshu Nankana
Sumanshu Nankana

Reputation: 21

Libexpat Vulnerabilities exists in python:3.11-slim Docker Image

Score: 1

Views: 782

Answers: 1

Read More
mandesero
mandesero

Reputation: 1

Error importing WebAssembly function in CPython build

Score: 0

Views: 25

Answers: 0

Read More
wim
wim

Reputation: 362448

How are small sets stored in memory?

Score: 13

Views: 880

Answers: 1

Read More
Cutyno
Cutyno

Reputation: 196

Create instance of a imported python class with C API

Score: 1

Views: 56

Answers: 1

Read More
vand
vand

Reputation: 55

Creating spamtuple instead of spamlist from CPython's xxsubtype.c example template

Score: 0

Views: 52

Answers: 0

Read More
MariusSiuram
MariusSiuram

Reputation: 3634

Modify existing variable in `locals()` or `frame.f_locals`

Score: 14

Views: 3950

Answers: 3

Read More
PreviousPage 1Next