mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
This commit is contained in:
		
							parent
							
								
									b0a7a037b8
								
							
						
					
					
						commit
						13ff24582c
					
				
					 18 changed files with 23 additions and 108 deletions
				
			
		|  | @ -25,8 +25,7 @@ | |||
| # #12316 and #11870), and fork() from a worker thread is known to trigger | ||||
| # problems with some operating systems (issue #3863): skip problematic tests | ||||
| # on platforms known to behave badly. | ||||
| platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5', | ||||
|                      'hp-ux11') | ||||
| platforms_to_skip = ('netbsd5', 'hp-ux11') | ||||
| 
 | ||||
| 
 | ||||
| # A trivial mutable counter. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner