This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients josh.r, matrixise, serhiy.storchaka
Date 2019-03-20.10:25:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Hi @Josh,

In the PR, I don't remove READONLY. READONLY becomes an alias of
PY_READONLY.

I think I should split my PR in two PRs

1. Improve the current documentation and the code
2. Change the code in the Modules/ with the new macros.

@Serhyi what is your suggestion?

Thank you
History
Date User Action Args
2019-03-20 10:25:30matrixisesetrecipients: + matrixise, serhiy.storchaka, josh.r
2019-03-20 10:25:30matrixiselinkissue36347 messages
2019-03-20 10:25:30matrixisecreate