Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c7c96a90bcf1366ac6f350f5506d0afee611e351
/
Modules
/
_lsprof.c
c7c96a9
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
c9b7cc0
Merged revisions 78641 via svnmerge from
by Victor Stinner
· 15 years ago
f40200b
Fix a refleak introduced by r66677.
by Brett Cannon
· 17 years ago
b2d61bd
The _lsprof module could crash the interpreter if it was given an external
by Brett Cannon
· 17 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 18 years ago
bddc341
Patch #1733973 by peaker:
by Armin Rigo
· 18 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 18 years ago
19ab6c9
Initialize structseq types only once.
by Martin v. Löwis
· 19 years ago
60da316
Thanks to Coverity, these were all reported by their Prevent tool.
by Neal Norwitz
· 19 years ago
15e6274
Revert backwards-incompatible const changes.
by Martin v. Löwis
· 19 years ago
2bc23f5
The default timer unit was incorrectly measured in milliseconds instead
by Armin Rigo
· 20 years ago
a871ef2
Added the cProfile module.
by Armin Rigo
· 20 years ago