➜

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.

作者 vstinner
收信人 Alex.Willmer, Roman.Evstifeev, lemburg, vstinner, xdegaye, yan12125
日期 2017-12-05.13:19:50
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1512479990.98.0.213398074469.issue26855@psf.upfronthosting.co.za>
In-reply-to
内容
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...
历史
日期 用户 动作 参数
2017-12-05 13:19:51vstinner修改recipients: + vstinner, lemburg, xdegaye, Roman.Evstifeev, Alex.Willmer, yan12125
2017-12-05 13:19:50vstinner修改messageid: <1512479990.98.0.213398074469.issue26855@psf.upfronthosting.co.za>
2017-12-05 13:19:50vstinner链接issue26855 messages
2017-12-05 13:19:50vstinner创建