Commit 8dedd0a9 authored by Stefan Behnel's avatar Stefan Behnel

Compile Cython's modules with language_level=3/3str.

parent 1ef6f28e
# cython: language_level = 2
# cython: language_level=3str
# cython: auto_pickle=False
#
# Code output module
......
# cython: language_level=3str
from __future__ import absolute_import
import cython
......
# cython: infer_types=True, language_level=3, py2_import=True, auto_pickle=False
# cython: infer_types=True, language_level=3, auto_pickle=False
#
# Cython Scanner
#
......
# cython: language_level=3str
# cython: auto_pickle=False
#=======================================================================
#
......
# cython: language_level=3str
# cython: auto_pickle=False
#=======================================================================
#
......
# cython: language_level=3str
"""
A small templating language
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment