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/2004-October/049316.html below:

[Python-Dev] compiler bug #1042238 is blocking the 2.4b1 release

[Python-Dev] compiler bug #1042238 is blocking the 2.4b1 releaseAnthony Baxter anthony at interlink.com.au
Mon Oct 11 15:09:49 CEST 2004
Anyone with knowledge of Lib/compiler is urged to examine
www.python.org/sf/1042238. It's breaking on some genexprs,
in particular in Lib/_strptime.py

The failing code, distilled down, is:

import compiler
a="""def foo(*x): return x
foo((a for b in [[1,2,3],[4,5,6]] for a in b),'Z')"""
compiler.compile(a,'<string>', 'exec')

It's the combination of the genexps and the function call
with another argument.

This bug is bad enough (IMHO) to block 2.4b1. Please,
if you know about this, have a look at the failure.

Anthony

-- 
Anthony Baxter     <anthony at interlink.com.au>
It's never too late to have a happy childhood.
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