mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Merge with 3.2
This commit is contained in:
commit
4b0215fd99
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (s->kind == ImportFrom_kind) {
|
if (s->kind == ImportFrom_kind) {
|
||||||
identifier *modname = s->v.ImportFrom.module;
|
identifier modname = s->v.ImportFrom.module;
|
||||||
if (modname &&
|
if (modname &&
|
||||||
!PyUnicode_CompareWithASCIIString(modname, "__future__")) {
|
!PyUnicode_CompareWithASCIIString(modname, "__future__")) {
|
||||||
if (done) {
|
if (done) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue