Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39074
| References | <mailman.1881.1361082907.2939.python-list@python.org> <ea2c363c-660a-4233-883e-47c021b2711d@googlegroups.com> |
|---|---|
| Date | 2013-02-18 17:50 +1100 |
| Subject | Re: Comparing types |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1928.1361170233.2939.python-list@python.org> (permalink) |
On Mon, Feb 18, 2013 at 9:13 AM, Rick Johnson <rantingrickjohnson@gmail.com> wrote: > And if you look in the modules "_sre.py", "sre_parse.py", and "sre_constants.py you cannot find the symbol "SRE_Pattern" anywhere -- almost seems like magic huh? Heck the only "_sre.py" file i could find was waaaay down here: > > ...\Lib\site-packages\isapi\test\build\bdist.win32\winexe\temp\_sre.py > > What were they doing, trying to bury it deeper than Jimmy Hoffa? Maybe one of my fellow Pythonistas would like to explain that mess? I have ~/cpython/Modules/_src.c and .o in my build directory. I suspect that that might be where it is. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Comparing types Jason Friedman <jsf80238@gmail.com> - 2013-02-16 23:34 -0700
Re: Comparing types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-17 19:38 +1100
Re: Comparing types Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 14:13 -0800
Re: Comparing types Chris Angelico <rosuav@gmail.com> - 2013-02-18 17:50 +1100
Re: Comparing types Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 14:13 -0800
csiph-web