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 vstinner
Recipients Alex.Willmer, Roman.Evstifeev, lemburg, vstinner, xdegaye, yan12125
Date 2017-12-05.13:19:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512479990.98.0.213398074469.issue26855@psf.upfronthosting.co.za>
In-reply-to
Content
Chromium still uses the private __system_property_get() function:

https://chromium.googlesource.com/chromium/+/trunk/base/sys_info_android.cc

I would prefer a C function call rather than spawning a subprocess, just to get a value. But the function seems private, and I see discussion about removal of the function...
History
Date User Action Args
2017-12-05 13:19:51vstinnersetrecipients: + vstinner, lemburg, xdegaye, Roman.Evstifeev, Alex.Willmer, yan12125
2017-12-05 13:19:50vstinnersetmessageid: <1512479990.98.0.213398074469.issue26855@psf.upfronthosting.co.za>
2017-12-05 13:19:50vstinnerlinkissue26855 messages
2017-12-05 13:19:50vstinnercreate