Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
14694662
Commit
14694662
authored
Feb 03, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop C library for stat/fstat on Windows.
parent
602426e3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
250 additions
and
117 deletions
+250
-117
Misc/NEWS
Misc/NEWS
+4
-0
Modules/posixmodule.c
Modules/posixmodule.c
+246
-117
No files found.
Misc/NEWS
View file @
14694662
...
...
@@ -216,6 +216,10 @@ Core and builtins
Extension
Modules
-----------------
-
Use
Win32
API
to
implement
os
.
stat
/
fstat
.
As
a
result
,
subsecond
timestamps
are
reported
,
the
limit
on
path
name
lengths
is
removed
,
and
stat
reports
WindowsError
now
(
instead
of
OSError
).
-
Add
bsddb
.
db
.
DBEnv
.
set_tx_timestamp
allowing
time
based
database
recovery
.
-
Bug
#
1413192
,
fix
seg
fault
in
bsddb
if
a
transaction
was
deleted
...
...
Modules/posixmodule.c
View file @
14694662
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment