summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-04-21 17:04:53 -0700
committerEli Bendersky <eliben@gmail.com>2015-04-21 17:04:53 -0700
commit978ad7a61d7e1cfe77dbacb81f1690e6bb89a11b (patch)
tree4ab6b9e94950df6f24cc089f6e886d8f13ebeb9c /TODO.txt
parent40af8bdaf34f42c488ea45f98b40c951250bc6d1 (diff)
downloadpycparser-978ad7a61d7e1cfe77dbacb81f1690e6bb89a11b.tar.gz
Support weakref to AST objects.
weakref support was broken by setting __slots__ on AST objects to conserve memory. Reinstate it. See issue #76, #75
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index c76b0a1..959fbb7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,8 +11,7 @@ Version Update
--------------
setup.py, __init__.py, README, CHANGES
-- Make sure _build_tables was run in pycparser/ and the tables are in the
- MANIFEST
+- Make sure _build_tables was run in pycparser/
- Tag in git. When pushing to GitHub, git push --tags
- If PLY version changes, note it in README and ply/LICENSE
- Run tox tests