Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1469466

Browse files
committed
Drop C library for stat/fstat on Windows.
1 parent 602426e commit 1469466

2 files changed

Lines changed: 250 additions & 117 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ Core and builtins
216216
Extension Modules
217217
-----------------
218218

219+
- Use Win32 API to implement os.stat/fstat. As a result, subsecond timestamps
220+
are reported, the limit on path name lengths is removed, and stat reports
221+
WindowsError now (instead of OSError).
222+
219223
- Add bsddb.db.DBEnv.set_tx_timestamp allowing time based database recovery.
220224

221225
- Bug #1413192, fix seg fault in bsddb if a transaction was deleted

0 commit comments

Comments
 (0)