[ create a new paste ] login | about

Link: http://codepad.org/FLhRk2bH    [ raw code | fork ]

Plain Text, pasted on Mar 24:
--(/tmp/python-stdlib-extensions-2.7.3)----------------------------------(pts/14@main)--
grep -ir "_struct.c" *
2.6/Modules/Setup:#_struct _struct.c	# binary structure packing/unpacking
2.6/setup.py:          ext_modules=[Extension('_struct', ['_struct.c'])],
2.7/Modules/Setup:#_struct _struct.c	# binary structure packing/unpacking
2.7/setup.py:          ext_modules=[Extension('_struct', ['_struct.c'])],
--(/tmp/python-stdlib-extensions-2.7.3)----------------------------------(pts/14@main)--
grep -ir "_struct" *  
2.6/Modules/Setup:#_struct _struct.c	# binary structure packing/unpacking
2.6/setup.py:          ext_modules=[Extension('_struct', ['_struct.c'])],
2.7/Modules/Setup:#_struct _struct.c	# binary structure packing/unpacking
2.7/setup.py:          ext_modules=[Extension('_struct', ['_struct.c'])],
--(/tmp/python-stdlib-extensions-2.7.3)----------------------------------(pts/14@main)--
grep -ir "struct" * 
2.6/Modules/_tkinter.c:typedef struct {
2.6/Modules/_tkinter.c:    struct timeval t;
2.6/Modules/_tkinter.c:typedef struct {
2.6/Modules/_tkinter.c:    (destructor)PyTclObject_dealloc, /*tp_dealloc*/
2.6/Modules/_tkinter.c:typedef struct Tkapp_CallEvent {
2.6/Modules/_tkinter.c:typedef struct VarEvent {
2.6/Modules/_tkinter.c:/* Client data struct */
2.6/Modules/_tkinter.c:typedef struct {
2.6/Modules/_tkinter.c:typedef struct CommandEvent{
2.6/Modules/_tkinter.c:typedef struct _fhcdata {
2.6/Modules/_tkinter.c:    struct _fhcdata *next;
2.6/Modules/_tkinter.c:typedef struct {
2.6/Modules/_tkinter.c:typedef struct {
2.6/Modules/gdbmmodule.c:typedef struct {
2.6/Modules/gdbmmodule.c:    (destructor)dbm_dealloc,            /*tp_dealloc*/
2.6/Modules/Setup:# The file Setup is used by the makesetup script to construct the files
2.6/Modules/Setup:# Lines have the following structure:
2.6/Modules/Setup:# it, depending on your system -- see the GNU readline instructions.
2.6/Modules/Setup:#_struct _struct.c	# binary structure packing/unpacking
2.6/Modules/Setup:# For other systems: see instructions in fpectlmodule.c.
2.6/setup.py:          # The struct module is defined here, because build_ext won't be
2.6/setup.py:          ext_modules=[Extension('_struct', ['_struct.c'])],
Binary file 2.7/build/lib.linux-i686-2.7/_tkinter.so matches
Binary file 2.7/build/lib.linux-i686-2.7/gdbm.so matches
Binary file 2.7/build/temp.linux-i686-2.7/Modules/_tkinter.o matches
Binary file 2.7/build/temp.linux-i686-2.7/Modules/gdbmmodule.o matches
2.7/Modules/_tkinter.c:typedef struct {
2.7/Modules/_tkinter.c:    struct timeval t;
2.7/Modules/_tkinter.c:typedef struct {
2.7/Modules/_tkinter.c:    (destructor)PyTclObject_dealloc, /*tp_dealloc*/
2.7/Modules/_tkinter.c:typedef struct Tkapp_CallEvent {
2.7/Modules/_tkinter.c:typedef struct VarEvent {
2.7/Modules/_tkinter.c:/* Client data struct */
2.7/Modules/_tkinter.c:typedef struct {
2.7/Modules/_tkinter.c:typedef struct CommandEvent{
2.7/Modules/_tkinter.c:typedef struct _fhcdata {
2.7/Modules/_tkinter.c:    struct _fhcdata *next;
2.7/Modules/_tkinter.c:typedef struct {
2.7/Modules/_tkinter.c:typedef struct {
2.7/Modules/gdbmmodule.c:typedef struct {
2.7/Modules/gdbmmodule.c:    (destructor)dbm_dealloc,            /*tp_dealloc*/
2.7/Modules/Setup:# The file Setup is used by the makesetup script to construct the files
2.7/Modules/Setup:# Lines have the following structure:
2.7/Modules/Setup:# it, depending on your system -- see the GNU readline instructions.
2.7/Modules/Setup:#_struct _struct.c	# binary structure packing/unpacking
2.7/Modules/Setup:# For other systems: see instructions in fpectlmodule.c.
2.7/setup.py:        # An SDK is a directory with the same structure as a real
2.7/setup.py:          # The struct module is defined here, because build_ext won't be
2.7/setup.py:          ext_modules=[Extension('_struct', ['_struct.c'])],
--(/tmp/python-


Create a new paste based on this one


Comments: