mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
This commit is contained in:
parent
3eb2347c8c
commit
736e7fc0f6
14 changed files with 8 additions and 174 deletions
|
@ -55,11 +55,6 @@ raised for division by zero and mod by zero.
|
|||
#include "Python.h"
|
||||
#include "_math.h"
|
||||
|
||||
#ifdef _OSF_SOURCE
|
||||
/* OSF1 5.1 doesn't make this available with XOPEN_SOURCE_EXTENDED defined */
|
||||
extern double copysign(double, double);
|
||||
#endif
|
||||
|
||||
/*
|
||||
sin(pi*x), giving accurate results for all finite x (especially x
|
||||
integral or close to an integer). This is here for use in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue