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/2002-May/023911.html below:

[Python-Dev] RE: [Python-checkins] python/dist/src/Modules arraymodule.c,2.70,2.71

[Python-Dev] RE: [Python-checkins] python/dist/src/Modules arraymodule.c,2.70,2.71 [Python-Dev] RE: [Python-checkins] python/dist/src/Modules arraymodule.c,2.70,2.71Tim Peters tim.one@comcast.net
Thu, 02 May 2002 16:23:23 -0400
> Update of /cvsroot/python/python/dist/src/Modules
> In directory usw-pr-cvs1:/tmp/cvs-serv16518
>
> Modified Files:
> 	arraymodule.c
> Log Message:
> Patch #551009: Initialize array type dynamically.

I like these a lot better if a do-nothing macro is plugged into the "0"
slots, like

#define DELAYED(X)


 	DELAYED(PyObject_Del),			/* tp_free */

instead of


 	0,						/* tp_free */

It's confusing and error-prone to need to search all over the source code to
find out what's really in a type object.





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