Staging
v0.5.1
https://github.com/python/cpython
Revision 24bba8cf5b8db25c19bcd1d94e8e356874d1c723 authored by Jeroen Demeyer on 18 February 2020, 13:14:46 UTC, committed by GitHub on 18 February 2020, 13:14:46 UTC


The constants `RESTRICTED` and `PY_WRITE_RESTRICTED` no longer have a meaning in Python 3. Therefore, CPython should not use them.

CC @matrixise 


https://bugs.python.org/issue36347
1 parent 5d38517
Raw File
Tip revision: 24bba8cf5b8db25c19bcd1d94e8e356874d1c723 authored by Jeroen Demeyer on 18 February 2020, 13:14:46 UTC
bpo-36347: stop using RESTRICTED constants (GH-12684)
Tip revision: 24bba8c
_msi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top