Staging
v0.5.1
https://github.com/python/cpython
Revision ec3c5e396e58b19fdd4e4bd722eb56d431ca38af authored by Neal Norwitz on 30 July 2006, 19:18:38 UTC, committed by Neal Norwitz on 30 July 2006, 19:18:38 UTC
1 parent c173b48
Raw File
Tip revision: ec3c5e396e58b19fdd4e4bd722eb56d431ca38af authored by Neal Norwitz on 30 July 2006, 19:18:38 UTC
Verify that the signal handlers were really called
Tip revision: ec3c5e3
db.build
<?xml version="1.0"?>
<project>
 <target name="all" description="Build all targets.">
   <solution configuration="release">
     <projects>
       <include name="db_static.vcproj" />
     </projects>
   </solution>
 </target>
</project>
back to top