Staging
v0.5.1
https://github.com/python/cpython
Revision dcf1f83de8678b09df5bd7d04ca5f4ef1cd02aca authored by Steve Dower on 18 November 2019, 21:30:01 UTC, committed by GitHub on 18 November 2019, 21:30:01 UTC
1 parent 00923c6
Raw File
Tip revision: dcf1f83de8678b09df5bd7d04ca5f4ef1cd02aca authored by Steve Dower on 18 November 2019, 21:30:01 UTC
bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243)
Tip revision: dcf1f83
pythonarm32.nuspec
<?xml version="1.0"?>
<package >
  <metadata>
    <id>pythonarm32</id>
    <title>Python (ARM32)</title>
    <authors>Python Software Foundation</authors>
    <version>0.0.0.0</version>
    <licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
    <projectUrl>https://www.python.org/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Installs Python ARM32 for use in build scenarios.</description>
    <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
    <tags>python</tags>
  </metadata>
  <files>
    <file src="**\*" exclude="python.props" target="tools" />
    <file src="python.props" target="build\native" />
  </files>
</package>
back to top