Staging
v0.5.1
https://github.com/python/cpython
Revision f216c9427dc880f64bd38d7f0345f038a45d3123 authored by Benjamin Peterson on 31 October 2008, 02:28:05 UTC, committed by Benjamin Peterson on 31 October 2008, 02:28:05 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67066 | benjamin.peterson | 2008-10-30 21:16:05 -0500 (Thu, 30 Oct 2008) | 5 lines

  make sure the parser flags and passed onto the compiler

  This fixes "from __future__ import unicode_literals" in an exec statment
  See #4225
........
1 parent dd8059f
History
Tip revision: f216c9427dc880f64bd38d7f0345f038a45d3123 authored by Benjamin Peterson on 31 October 2008, 02:28:05 UTC
Merged revisions 67066 via svnmerge from
Tip revision: f216c94
File Mode Size
cache.c -rw-r--r-- 12.6 KB
cache.h -rw-r--r-- 2.3 KB
connection.c -rw-r--r-- 40.5 KB
connection.h -rw-r--r-- 4.7 KB
cursor.c -rw-r--r-- 34.9 KB
cursor.h -rw-r--r-- 2.5 KB
microprotocols.c -rw-r--r-- 4.3 KB
microprotocols.h -rw-r--r-- 2.1 KB
module.c -rw-r--r-- 14.9 KB
module.h -rw-r--r-- 2.0 KB
prepare_protocol.c -rw-r--r-- 4.3 KB
prepare_protocol.h -rw-r--r-- 1.5 KB
row.c -rw-r--r-- 8.4 KB
row.h -rw-r--r-- 1.2 KB
sqlitecompat.h -rw-r--r-- 1.2 KB
statement.c -rw-r--r-- 16.5 KB
statement.h -rw-r--r-- 2.1 KB
util.c -rw-r--r-- 3.2 KB
util.h -rw-r--r-- 1.4 KB

back to top