Commit 40c04382 authored by Stefan Behnel's avatar Stefan Behnel

Reduce Cython's module size of "Actions", "Scanners", "StringIOTree",...

Reduce Cython's module size of "Actions", "Scanners", "StringIOTree", "Visitor" and "Code" by disabling auto-pickling.
parent 4417844f
# cython: language_level = 2 # cython: language_level = 2
# cython: auto_pickle=False
# #
# Code output module # Code output module
# #
......
# cython: infer_types=True # cython: infer_types=True
# cython: language_level=3 # cython: language_level=3
# cython: auto_pickle=False
# #
# Tree visitor and transform framework # Tree visitor and transform framework
......
# cython: auto_pickle=False
#======================================================================= #=======================================================================
# #
# Python Lexical Analyser # Python Lexical Analyser
......
# cython: auto_pickle=False
#======================================================================= #=======================================================================
# #
# Python Lexical Analyser # Python Lexical Analyser
......
# cython: auto_pickle=False
r""" r"""
Implements a buffer with insertion points. When you know you need to Implements a buffer with insertion points. When you know you need to
"get back" to a place and write more later, simply call insertion_point() "get back" to a place and write more later, simply call insertion_point()
......
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