Staging
v0.5.1
https://github.com/python/cpython
Revision 665486e0e73f6e1cc0a54d1ac1e977b7cff7b085 authored by Victor Stinner on 21 January 2014, 00:41:00 UTC, committed by Victor Stinner on 21 January 2014, 00:41:00 UTC
instead of rounding towards zero. For example, a timeout of one microsecond is
now rounded to one millisecond, instead of being rounded to zero.
1 parent 9b7a1a1
Raw File
Tip revision: 665486e0e73f6e1cc0a54d1ac1e977b7cff7b085 authored by Victor Stinner on 21 January 2014, 00:41:00 UTC
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
Tip revision: 665486e
sqlite3.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>$(sqlite3Dir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <WarningLevel>Level1</WarningLevel>
    </ClCompile>
  </ItemDefinitionGroup>
</Project>
back to top