changeset 355:a0d476144685 plus

cython flags
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 16 Mar 2026 12:25:00 +0000
parents 90f541382b0e
children 0367405a02fc
files lib/python/gzip_plus.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/python/gzip_plus.py	Mon Mar 16 10:43:45 2026 +0000
+++ b/lib/python/gzip_plus.py	Mon Mar 16 12:25:00 2026 +0000
@@ -1,3 +1,4 @@
+# cython: profile=False, language_level=3str
 """Functions that read and write gzipped files.
 
 The user of the file doesn't have to worry about the compression,