Submitting an article/paper on CPython's Private Heap

Recently I had to dig into cpython's private memory heap (there wasn't much current, detailed information I could find outside of the the source) and decided to put what I learned into an article/paper on the topic. I was wondering: a) where's the appropriate place to contribute it, and b) could someone with cpython development experience proof/review it? (Because it has a number of diagrams, formated text, footnotes etc. it's currently only presentable in pdf format.) thanks, jon

On 03/31/2016 05:44 PM, J.E. Ogden wrote:
Recently I had to dig into cpython's private memory heap (there wasn't much current, detailed information I could find outside of the the source) and decided to put what I learned into an article/paper on the topic.
I was wondering: a) where's the appropriate place to contribute it, and b) could someone with cpython development experience proof/review it?
(Because it has a number of diagrams, formated text, footnotes etc. it's currently only presentable in pdf format.)
thanks, jon
Hi Jon, please discuss this on the python-dev list; it has all the experts who might be able to review. Once you are in agreement about including it into the docs, we'll see how to adapt the format, which shouldn't be too hard (diagrams and footnotes are fine, even if they aren't used much). cheers, Georg
participants (2)
-
Georg Brandl
-
J.E. Ogden