Changeset 391 for python/trunk/Modules/_sqlite/cache.c
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Modules/_sqlite/cache.c
r2 r391 1 1 /* cache .c - a LRU cache 2 2 * 3 * Copyright (C) 2004-20 07Gerhard Häring <gh@ghaering.de>3 * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de> 4 4 * 5 5 * This file is part of pysqlite. … … 22 22 */ 23 23 24 #include "sqlitecompat.h" 24 25 #include "cache.h" 25 26 #include <limits.h>
Note:
See TracChangeset
for help on using the changeset viewer.