A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2012-May/119250.html below:

[Python-Dev] [Python-checkins] cpython: avoid unitialized memory

[Python-Dev] [Python-checkins] cpython: avoid unitialized memory [Python-Dev] [Python-checkins] cpython: avoid unitialized memoryStephen J. Turnbull stephen at xemacs.org
Fri May 4 14:33:15 CEST 2012
Eric V. Smith writes:

 > > -    PyObject *divmod;
 > > +    PyObject *divmod = NULL;
 > >      divmod = PyNumber_Divmod(py_long, billion);
 > 
 > How is that uninitialized if it's being set on the next line?

Maybe they finally developed a Sufficiently Stupid Compiler?

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4