mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-10-31 09:30:53 +00:00 
			
		
		
		
	Merge extension module
There were `_packer.so` and `_unpacker.so`. But single module is simpler than double module. Merge extension module into single `_msgpack.so`.
This commit is contained in:
		
							parent
							
								
									91ec9e1daf
								
							
						
					
					
						commit
						f6f9597249
					
				
					 4 changed files with 10 additions and 15 deletions
				
			
		
							
								
								
									
										4
									
								
								msgpack/_msgpack.pyx
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								msgpack/_msgpack.pyx
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,4 @@ | |||
| # coding: utf-8 | ||||
| #cython: embedsignature=True, c_string_encoding=ascii | ||||
| include "_packer.pyx" | ||||
| include "_unpacker.pyx" | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 INADA Naoki
						INADA Naoki